Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_punct
ctype_punct
Check for printable characters that are not whitespace or alphanumeric characters
Name:
ctype_punct
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check for printable characters that are not whitespace or alphanumeric characters
Related
socket_accept() cannot handle bottleneck analysis of large numbers of connections
4
Generate dynamic banner images using imagecreatefromgd2()
3
Integrate $errno with log system for error classification
9
Key name retention is ignored when using array_filter()
4
Similar Functions
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_punct
ctype_punct
Checkforprintablecha
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_graph
ctype_graph
Checkforanyprintable
ctype_lower
ctype_lower
Checklowercasecharac
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
Popular Articles